



#brand.right .story {
    clip-path: polygon(0 0, 70% 0, 80% 100%, 0 100%, 0 0);
    transform: translate(calc(-50% - 30px), 0);
    z-index: 5
}

#brand.right .story .intro,
#brand.right .story .infos {
    transition-delay: 0s;
    opacity: 0
}

#brand.right .research {
    left: 20%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%, 0 0);
    padding-left: 15%
}

#brand.right .research .intro,
#brand.right .research .infos {
    transition-delay: .5s;
    opacity: 1
}

#brand .content {
    position: relative
}

#brand .story {
    background: url(../img2/index_customer_bg11.jpg) 50% 50% no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 80% 0, 70% 100%, 0 100%, 0 0);
    transition: .5s;
    position: relative
}

#brand .research {
    position: absolute;
    top: 0;
    left: calc(70% + 30px);
    padding-left: 15% !important;
    background: url(../img2/index_customer_bg10.jpg) 50% 50% no-repeat;
    background-size: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 10% 0);
    transition: .5s
}

#brand .research .intro,
#brand .research .infos {
    opacity: 0
}

#brand .story,
#brand .research {
    height: 100vh;
    box-sizing: border-box;
    padding: 155px 0 115px;
    width: 100vw;
    overflow: hidden
}

#brand .story .intro,
#brand .research .intro {
    width: 70%;
    transition: opacity .5s .5s
}

#brand .story .intro p,
#brand .research .intro p {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 14px;
    color: #fff
}

#brand .story .more,
#brand .research .more {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 50px;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    margin-top: 15px
}

#brand .story .more:hover,
#brand .research .more:hover {
    background: rgba(255, 255, 255, 0.1)
}

#brand .story .infos,
#brand .research .infos {
    padding-top: 85px;
    display: flex;
    transition: opacity .5s .5s
}

#brand .story .infos .item,
#brand .research .infos .item {
    width: 22%;

    padding-right: 22px;
    box-sizing: border-box
}

#brand .story .infos .item .name,
#brand .research .infos .item .name {
    font-size: 22px
}

#brand .story .infos .item .count,
#brand .research .infos .item .count {
    font-size: 60px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif
}

#brand .story .infos .item .count span,
#brand .research .infos .item .count span {
    font-weight: normal;
    font-size: 22px
}

#brand .title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 62px
}







@media screen and (max-width:1280px) {

    #brand .story .infos .item,
    #brand .research .infos .item {
        width: 25%
    }

}





@media screen and (max-width:800px) {
  

    #brand.right .story,
    #brand.right .research {
        clip-path: none
    }

    #brand .story,
    #brand .research {
        clip-path: none;
        height: auto;
        padding: 5% 0 !important;
        position: relative;
        transform: translate(0, 0) !important;
        left: 0 !important
    }

    #brand .story .title,
    #brand .research .title {
        margin-bottom: 15px !important;
        font-size: 24px
    }

    #brand .story .intro,
    #brand .research .intro {
        opacity: 1 !important;
        width: 100%
    }

    #brand .story .intro p,
    #brand .research .intro p {
        font-size: 14px
    }

    #brand .story .intro .more,
    #brand .research .intro .more {
        font-size: 16px;
        padding: 6px 20px
    }

    #brand .story .infos,
    #brand .research .infos {
        opacity: 1 !important;
        padding-top: 20px !important
    }

    #brand .story .infos .item,
    #brand .research .infos .item {
        width: 33.33%
    }

    #brand .story .infos .item .name,
    #brand .research .infos .item .name {
        font-size: 18px
    }

    #brand .story .infos .item .count,
    #brand .research .infos .item .count {
        font-size: 40px
    }

    #brand .story .infos .item .count span,
    #brand .research .infos .item .count span {
        font-size: 18px
    }

    #brand .research .title,
    #brand .research .intro,
    #brand .research .infos {
        width: 94%;
        margin: 0 auto
    }

 
}



@media screen and (max-width:480px) {


    #brand {
        margin-top: 40px
    }

    #brand .story .infos .item,
    #brand .research .infos .item {
        padding-left: 10px
    }

    #brand .story .infos .item .name,
    #brand .research .infos .item .name {
        font-size: 16px
    }

    #brand .story .infos .item .count,
    #brand .research .infos .item .count {
        font-size: 28px
    }

    #brand .story .infos .item .count span,
    #brand .research .infos .item .count span {
        font-size: 14px
    }

    #brand .research .infos .item:nth-child(2) .name {
        font-size: 12px
    }


}

